Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / ObservableSortedDictionary<TKey,TValue> Class / Clear Method

In This Topic
    Clear Method (ObservableSortedDictionary<TKey,TValue>)
    In This Topic
    Removes all elements from the ObservableSortedDictionary<TKey,TValue>.
    Syntax
    'Declaration
     
    Public Sub Clear() 
    public void Clear()
    See Also